<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
textarea {
    outline: none;
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ov {
    overflow: hidden;
}


/* 鼠标箭头 */

.jiantou {
    cursor: default;
}


/* 隐藏video 音量按钮 */

video::-webkit-media-controls-mute-button {
    display: none !important;
}


/* 隐藏video 当前按钮 */

video::-webkit-media-controls-current-time-display {
    display: none !important;
}


/* 隐藏video 总时间 */

video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}


/* 隐藏video 全屏按钮 */

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}


/* 字体图标 */


/* @font-face {
    font-family: 'iconfont';
    src: url('../fonts/.eot');
    src: url('../fonts/.eot?#iefix') format('embedded-opentype'), url('../fonts/.woff2') format('woff2'), url('../fonts/.woff') format('woff'), url('../fonts/.ttf') format('truetype'), url('../fonts/.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    color: #d3d3d3;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */


/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #666666;
    font-size: 16px;
}

a {
    font-size: 14px;
    color: #666;
}

a:hover {
    color: #fe0629;
}


/* 图片对齐 */

img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}


/* h1logo */

h1 {
    font-size: 33px;
    font-weight: 700;
    color: #000;
	    line-height: 33px;
    padding-top: 10px;
}


/* h2轮播图 */

h2 {
    font-size: 74px;
    font-weight: 700;
    color: #fff;
}


/* h3模块分隔 */

h3 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}


/* h4盒子 */

h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}


/* h5段落*/

h5 {
    font-size: 15px;
    font-weight: 400;
    color: #444444;
}


/* h6自定义 */

h6 {
    font-size: 20px;
    font-weight: 700;
    color: #3a3c3e;
}


/* 单一版心 */

.w {
    width: 1200px;
    margin: 0 auto;
}


/* 公共部分样式开始 */


/* 头部 */

.haed {
/*    position: fixed;*/
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

/*
.haed_zw {
    height: 233px;
}
*/

.haed_top {
    display: flex;
    justify-content: flex-end;
}

.haed_link {
    display: flex;
    align-items: center;
    background-color: #efefef;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.haed_link a {
    padding: 5px 20px;
}

.haed_mid {
    padding: 18px 0 45px 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.haed_mid_txt h2{    font-size: 28px;
    font-weight: 700;
    color: #000;}
.haed_mid_txt h2 span {
    color: #fe0629;
}

.haed_mid_txt p {
    font-size: 18px;
    color: #333333;
}

.haed_mid_txt p b {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #fe0629;
    margin: 0 10px;
    vertical-align: middle;
}

.haed_mid_tel {
    display: flex;
    align-items: center;
}

.haed_tel_i i {
    font-size: 45px;
    color: #c1c1c1;
    margin-right: 14px;
}

.haed_tel_txt h6 {
    font-size: 16px;
    color: #555555;
}

.haed_tel_txt p {
    margin-top: 5px;
    font-size: 30px;
    color: #fe0629;
    font-weight: 700;
}

.haed_b {
    background-color: #3a3c3e;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.haed_nav {
    padding-left: 300px;
    display: flex;
}

.haed_nav_item {
    position: relative;
}

.haed_nav_itemdw {
    display: none;
    position: absolute;
    width: 100%;
    top: 72px;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
}

.haed_nav_itemdw a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.haed_nav_itemdw a:hover {
    background-color: #3a3c3e;
}

.haed_nav_item&gt;a {
    position: relative;
}

.haed_nav_item .headnavbg {
    background: url(../images/imgs/navxiaotu.png) no-repeat center bottom;
    background-size: 100%;
}

.haed_nav&gt;div {
    flex: 1;
    display: flex;
}

.haed_nav&gt;div&gt;a {
    width: 100%;
    padding: 24px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.haed_dw {
    position: relative;
}

.logo_dw {
    position: absolute;
    left: 0;
    top: 0;
}

.logo_dw .logo_box {
    width: 234px;
    height: 238px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo_box p {
    font-size: 11px;
    color: #999;
	    text-transform: uppercase;
}


/* 尾部 */

.footer {
    margin-top: 87px;
}

.footer_t {
    padding: 75px 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.footert_box {
    display: flex;
    align-items: center;
}

.footert_link {
    width: 265px;
    border-right: 1px solid #d8d8d8;
}

.footert_title {
    font-size: 18px;
    font-weight: 700;
    color: #3a3c3e;
    display: flex;
    align-items: center;
}

.footert_title::before {
    content: '';
    display: inline-block;
    margin-right: 6px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #3a3c3e;
}

.footert_link_item {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}

.footert_link_item&gt;a {
    width: 50%;
    font-size: 16px;
    color: #444;
    margin-bottom: 24px;
}

.footert_contact {
    width: 936px;
    padding-left: 144px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footert_contact_box {
    margin-top: 35px;
}

.footert_contact_tel {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.footert_contact_tel i {
    font-size: 16px;
    color: #b1b1b1;
    margin-right: 8px;
}

.footert_contact_tel span {
    font-size: 16px;
    color: #444;
}

.footert_contact_tel p {
    font-size: 24px;
    color: #fe0629;
    font-weight: 700;
}

.footer_b {
    background-color: #3a3c3e;
}

.copyright {
    height: 66px;
    display: flex;
/*    justify-content: space-between;*/
    align-items: center;
	    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.footert_contact_weixin p {
    text-align: center;
}

.copyright&gt;a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.copyright span&gt;a{color: rgba(255, 255, 255, 0.7);}
.navtab&gt;a.on {
    background-color: #3a3c3e;
    color: #fff;
}

.navtab&gt;a.on::before {
    display: block;
}


/* 分页代码 */

.pages {
    height: 26px;
    padding: 5px 0;
    margin-top: 5px;
    clear: both;
}

.pages:after {
    content: '.';
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
}

.pages ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.pages li {
    float: left;
    margin-right: 5px;
}

.pages li a {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.pages li a:hover {
    border: 1px solid #fe0629;
    background: #fe0629;
    color: #fff;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    padding: 5px 10px;
}

.pages .current a {
    border: 1px solid #fe0629;
    background: #fe0629;
    color: #fff;
}


/* 产品列表高亮 */

.prolist_list_ct&gt;a.on {
    background-color: #3a3c3e;
}

.prolist_list_ct&gt;a.on span {
    color: #fff;
}


.h_head_gd{ position:fixed; top:0px; width:100%;_position:absolute;_top:expression(eval(document.documentElement.scrollTop)0); z-index:9999; left:0; filter:alpha(opacity=1); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.haed_b .w {
    width: 1200px;
    margin: 0 auto;
}
</pre></body></html>